.bodyDiv {
	background: #f0f0f0 url('../image/bgImg.jpg') no-repeat;
	padding-bottom: 6px;
}

.topImg{ height: 61px;
    width: 100%;
    background: url(../image/adver.png) no-repeat center center;
    position: relative;
    overflow: hidden;
    line-height: 61px;}
.topImg a{display: inline-block;
    margin-right: 30px;}
.topImg h2{color:#09733c; font-size:30px;}
.headerTop {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	line-height: 15px;
	padding: 8px 0;
	align-items: center;
	justify-content: flex-end;
}

.headerTop * {
	font-size: 14px;
}

.headerTop #time {
	color: #009447;
}

.headerTop>div {
	cursor: pointer;
}

.headerTop>div>i {
	margin-right: 3px;
}

.headerTop>div::after {
	width: 1px;
	height: 12px;
	content: '';
	background: #333;
	display: inline-block;
	margin: 0 9px;
}

.headerTop>div:last-child::after {
	display: none;
}



.logoDiv {
	width: 1100px;
	margin: 44px auto;
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logoDiv img {
	width: 384px;
	margin-top: -10px
}

.serchBox {
	border: #009447 solid 2px;
	display: flex;
	align-items: center;
}

.serchBox::after {
	display: none !important;
}

.serchBox input {
	padding: 8px 10px;
	width: 254px;
	font-size: 14px;
}

.serchBox a {
	background: #009447;
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 37px;
	padding: 0 15px;
}

.serchBox a i {
	margin-right: 5px;
}

.contentDiv {
	width: 1100px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}

.nav {
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
	width: 1060px;
	margin: 0 auto;
	background: #fff;
}

.nav ul {
	width: 82%;
	margin-left: 10px;
	display: flex;
	align-items: center;


	justify-content: space-between;
}

.nav ul a {
	font-size: 16px;
}

.nav>a {
	color: #009447;
	border: #ddd solid 1px;
	border-radius: 4px;
	padding: 3px 5px;
}

.cerDiv {
	padding: 20px;
	overflow: hidden;
	border-top: #dfdfdf solid 1px;
}

.banner {
	width: 600px;
	height: 430px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
	float: left;
}

.banner a,
.banner img {
	display: block;
	width: 600px;
	height: 430px;
}

.banner a>div {
	background-image: linear-gradient(to top, #000, transparent);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 0 15px 0;
	width: 100%;
}

.banner a>div p {
	width: 75%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	margin-left: 20px;
}

.banner .swiper-pagination {
	width: auto !important;
	left: inherit;
	right: 15px;
	bottom: 15px;
}

.banner .swiper-pagination span {
	background: #fff;
	width: 12px;
	height: 12px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #ff6b00;
}

.news {
	float: left;
	width: 440px;
	margin-left: 20px;
	margin-top: 20px;
}

.news .newsTop {
	background: #009447 url('../image/bg1.jpg') right no-repeat;
	background-size: 100%;
	line-height: 39px;
	margin-bottom: 10px;
}

.news .newsTop a {
    display: inline-block;
    color: #fff;
    /* margin-left: 20px; */
    margin-right: 30px;
}

.titleH3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: #ddd solid 1px;

}

.titleH3 h3 {
	font-size: 18px;
	position: relative;
	font-weight: normal;
	padding-bottom: 10px;
}

.titleH3 h3::after {
	width: 100%;
	height: 3px;
	background: #009447;
	position: absolute;
	bottom: -2px;
	content: '';
	left: 0;
}

.titleH3 a {
	font-size: 14px;
}

.listNew ul {
	margin-top: 10px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 12px;
}

.listNew ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.listNew ul li {
	line-height: 40px;
}

.listNew ul li a::before {
	content: '·';
	font-size: 18px;
	font-weight: bold;
	margin-right: 4px;
}


.notice {
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px;
}

.titleNot {
	border-right: #009447 solid 2px;
	padding-right: 20px;
	font-size: 18px;
	color: #009447;
	text-align: center;
	width: 130px;
}

.titleNot i {
	border: #009447 solid 1px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	color: #009447;
	margin-right: 10px;
	font-size: 18px;
}

.titleNot a {
	font-size: 14px;
	float: right;
}

/* scrollDiv */
.scrollDiv {
	/* 必要元素 */
	line-height: 30px;
	overflow: hidden;
	width: 88%;
	margin-top: -8px;
}

.scrollDiv ul {
	overflow: hidden;
}

.scrollDiv li {
	height: 30px;
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}

.scrollDiv li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 70%;
	padding-left: 30px;
}

.scrollDiv li span {
	color: #333;
}

#s2 {
	height: 55px;
}

.centerDiv {
	width: 1100px;
	margin: 20px auto;
	/* margin-top: 10px; */
}

.centerLeft {
	width: 21%;

	float: left;
}

.centerLeft>div {
	background: #fff;
}

.centerLeft>div>h3 {
	background: #009447;
	color: #fff;
	line-height: 45px;
	font-weight: normal;
	padding-left: 30px;
	position: relative;
	border-bottom: #fff solid 2px;
}

.centerLeft>div>h3::before {
	width: 6px;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	background: #42cc2f;
	border-right: 2px #fff solid;
	content: '';
}

.centerLeft>div>h3 i {
	float: right;
	color: #fff;
	margin-right: 15px;
	font-size: 14px;
}

.centerLeft>div>h4 {
	background: #389b38 url(../image/titleH3.svg) right no-repeat;
	margin-left: 8px;
	width: 81%;
	padding-left: 13%;
	margin-top: 10px;
	color: #fff;
	line-height: 35px;
	font-weight: normal;
}


.centerLeft>div>h4::after {
	content: '+';
	font-size: 18px;
	float: right;
	margin-right: 37px;
}

.centerLeft>div ul li>a i {
	float: right;
	font-size: 12px;
	margin-right: 30px;
	margin-top: 0px;
	transform: rotate(-90deg)!important;
	color:#333!important;
	    position: absolute;
    right: 0;
}



.onList .msUl {
	display: block;
}

.onList>a i {
	transform: inherit !important;
	color: #fff !important;
}

.centerLeft>div .msUl {
position: absolute;
    z-index: 9;
    width: 58%;
    left: 262px;
    top: 0;
    display: none;
    background: #f2f2f2;
    padding: 15px 10px;
    margin-left: -31px;
    margin-bottom: -12px;
    padding-left: 16px;
}

.msUl{ display:none;}

.msUl a {
	display: block;
	position: relative;
	padding-left: 10px;
}

.msUl a::before {
	width: 3px;
	height: 3px;
	content: '';
	background: #333;
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 0;
}

.msUl li::before {
	display: none !important;
}

.msUl ul a::before {
	left: -10px;
}

.msUl h4 {
	font-weight: normal;
	position: relative;
	padding: 5px 0;
	padding-left: 10px;
	margin-left: -24px;
	background: #ababab;
	color: #fff;
}

.msUl ul>li a {
	padding: 10px 0;
	display: block;
	font-size: 14px;
}

.msUl ul {
	padding: 10px 0 !important;
}

.centerLeft>div>.leftUl>li{

	/* line-height: 43px; */
	position: relative;
	line-height:47px;
	cursor: pointer;
		background: url('../image/Leaf.svg') 22px 16px no-repeat;
	background-size: 16px;
	padding: 0px 18px;
}

.centerLeft>div>.leftUl>li:hover{background-color:#f2f2f2}
.centerLeft>div>.leftUl>li:hover .msUl{ display:block;}

.centerLeft>div>.leftUl>li.onList{background-color:#f2f2f2}

.centerLeft>div>.leftUl>li>a {
	display: block;
		border-bottom: #ddd dotted 1px;
	padding-left: 30px;

}

.cpImg {
	position: relative;
	margin-top: 15px;
}

.cpImg>img {
	position: absolute;
	left: -50px;
	top: -15px;
}

.cpImg a {
	display: block;
}

.cpImg a img {
	width: 100%;
}

.centerRight {
	width: 77.5%;

	float: right;
	overflow: hidden;
}

.centerRight>div.divList {
	width: 396px;
	float: left;
	padding: 15px;
	margin-bottom: 0;
	background: #fff;
}

.titleH4 {
	border-bottom: #009447 solid 4px;
	display: block;
	overflow: hidden;
}

.titleH4>h3 {
	background: url('../image/title.svg') bottom left no-repeat;
	width: 200px;
	height: 33px;
	line-height: 35px;
	float: left;
	color: #fff;
	font-weight: normal;
	padding-left: 46px;
}

.titleH4>a {
	float: right;
	display: block;
	background: #ffa800;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	border-radius: 3px;
	padding: 2px 3px;
}

.divList ul {
	margin-top: 10px;
}



.divList ul li {
	line-height: 40px;
}

.divList ul li a {
	background: url('../image/arrow.svg') left center no-repeat;
	display: block;
	background-size: 12px;
	padding-left: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.adBanner {
	border: #ddd solid 1px;
	margin-top: 25px;
	margin-bottom: 13px;
}

.cimgBox {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.cimgBox a {
	display: block;
	width: 32%;
}

.cimgBox img {
	width: 100%;
}

.fzNews {
	border-top: #f0f0f0 solid 15px;
	margin-top: 10px;
	background: #fff;
	margin-bottom: -16px;

}

.fzNews .box {
	padding: 15px;
	overflow: hidden;
}

.titleH5 {
	background: #42cc2f;
	position: relative;
	height: 34px;
}

.titleH5 h5 {
	background: #009447;
	color: #fff;
	position: absolute;
	margin-left: 50px;
	line-height: 39px;
	top: -5px;
	padding-right: 20px;
	font-size: 18px;
	font-weight: normal;
}

.titleH5 h5::before {
	content: '';
	width: 43px;
	height: 100%;
	background: url(../image/title2.svg) no-repeat;
	position: absolute;
	left: -43px;
	top: 0;
}

.titleH5>a {
	float: right;
	display: block;
	background: #ffa800;
	color: #fff;
	font-size: 12px;
	margin-top: 7px;
	border-radius: 3px;
	margin-right: 6px;
	padding: 2px 3px;
}

.fzNewsList {
	float: left;
}

.fzNewsList>a {
	display: block;
	width: 271px;
	position: relative;
	margin-bottom: 15px;
}

.fzNewsList>a img {
	width: 271px;
	height: 180px;
}

.fzNewsList>a:hover div h4 {
	display: none;
}

.fzNewsList>a:hover div {
	height: 79%;
	padding: 7% 5%;
}

.fzNewsList>a div {
	position: absolute;
	background: rgba(66, 204, 47, 0.9);
	bottom: 0;
	z-index: 9;
	width: 90%;
	padding: 8px 5%;
	height: 21px;
	overflow: hidden;
	transition: all 0.4s;
}

.fzNewsList>a div h4 {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.fzNewsList>a div h5 {
	color: #fff;
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 26px;
	font-size: 16px;
	-webkit-box-orient: vertical;
}


.fzNewsList>a div p {
	color: #fff;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 25px;
}

.fzNews ul {
	float: right;
	width: 72.5%;
	margin-top: -12px;
}

.fzNews ul li {
	padding: 10.5px 0;
	border-bottom: #ddd dotted 1px;
}

.fzNews ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fzNews ul li a p {
	width: 72%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../image/arrow.svg) left center no-repeat;
	background-size: 12px;
	padding-left: 15px;
}


.fzNews ul li a span {
	float: right;
	margin-right: -8px;
}

.tbTj {
	margin-top: 20px;
}

.tbTj ul {
	overflow: hidden;
	background: #fff;
	padding-bottom: 15px;
}

.tbTj ul li {
	width: 256px;
	height: 180px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
	position: relative;
}

.tbTj ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.tbTj ul li:hover div {
	height: 80%;
	padding: 7% 5%;
}

.tbTj ul li div {
	position: absolute;
	background: rgba(66, 204, 47, 0.9);
	bottom: 0;
	z-index: 9;
	width: 90%;
	padding: 8px 5%;
	height: 21px;
	overflow: hidden;
	transition: all 0.4s;
}

.tbTj ul li:hover div h4 {
	font-weight: bold;
}

.tbTj ul li div h4 {
	width: 100%;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

.tbTj ul li div p {
	color: #fff;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 25px;
}

.wjList {
	overflow: hidden;
	background: #fff;
	/* border: #dfdfdf solid 1px; */
	margin-top: 15px;
}

.wjList .titleBox {
	float: left;
}

.wjList dl {
	border-right: #f1f1f1 solid 1px;
	font-size: 20px;
	text-align: center;
	padding: 28px 20px;
	width: 80px;
	border-bottom: #f1f1f1 solid 1px;
	cursor: pointer;
}

.wjList dl.active {
	background: url('../image/tjbj.jpg') no-repeat;
	color: #fff;
	background-size: cover;
}

.wjList dl.active * {
	color: #fff;
}

.wjList dl:last-child {
	border-bottom: none;
}

.wjList dt {
	font-size: 50px;
	color: #009447;
}

.wjList dd {
	font-size: 20px;
}

.wjList .conBoxNewDiv {
	width: 86%;
	float: right;
	padding: 15px;
	padding-top: 10px;
}

.wjList .conBoxNewDiv li {
	padding: 10px 0;
	border-bottom: #dfdfdf dotted 1px;

}

.wjList .conBoxNewDiv li p {
	width: 86%;
	background: url(../image/arrow.svg) left center no-repeat;
	background-size: 12px;
	padding-left: 15px;
}


.wjList .conBoxNewDiv li:last-child {
	border: none;
	padding-bottom: 0;
}

.wjList .conBoxNewDiv li a {
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.wjList .conBoxNewDiv>ul {
	display: none;
}

.wjList .conBoxNewDiv>ul.conBoxNew0 {
	display: block;
}

.footer {
	background: #009447;
	padding: 20px 0 10px 0;
}

.footer>div {
	width: 1100px;
	margin: 0 auto;

}

.titleSpan {
	color: #fff;
	margin-bottom: 20px;
	margin-left: 8px;
	display: block;
}

.footer .styled-select .searchable-select {
	margin-left: 8px;
}

.searchable-select-hide {
	display: none;
}

.searchable-select {
	display: inline-block;
	min-width: 265px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #fff;
	vertical-align: middle;
	position: relative;
	outline: none;
	z-index:9999;
}

.searchable-select-holder {
	padding: 6px 20px;
	background-image: none;
	border: 1px solid #00b456;
	color: #fff;
	min-height: 24px;
	line-height: 24px;
}

.searchable-select-caret {
	position: absolute;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border-color: white transparent transparent transparent;
	top: 5px;
	bottom: 0;
	border-style: solid;
	border-width: 4px;
	margin: auto;
	right: 14px;
}

.searchable-select-dropdown {
	position: absolute;
	background-color: #ddd;
	border: 1px solid #ddd;
	padding: 4px;
	border-top: none;
	bottom: 38px;
	left: 0;
	z-index: 99;
	right: 0;
}

.searchable-select-input {
	margin-top: 5px;
	border: 1px solid #fff;
	outline: none;
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	width: 100%;
}

.searchable-scroll {
	margin-top: 4px;
	position: relative;
}

.searchable-scroll.has-privious {
	padding-top: 16px;
}

.searchable-scroll.has-next {
	padding-bottom: 16px;
}

.searchable-has-privious {
	top: 0;
}

.searchable-has-next {
	bottom: 0;
}

.searchable-has-privious,
.searchable-has-next {
	height: 16px;
	left: 0;
	right: 0;
	position: absolute;
	text-align: center;
	z-index: 10;
	/*background-color: white;*/
	line-height: 8px;
	cursor: pointer;
}

.searchable-select-items {
	max-height: 400px;
	overflow-y: scroll;
	position: relative;
	color: #000;
}

.searchable-select-items::-webkit-scrollbar {
	display: none;
}

.searchable-select-item {
	padding: 8px 5px;
	cursor: pointer;
	min-height: 30px;
	box-sizing: border-box;
}

.searchable-select-item.hover {
	background: #d6d3d3;
	color: #009447;
}

.searchable-select-item.selected {
	background: #c7c7c7;
	color: #000;
	font-weight: bold;
	padding-left: 8px;
}

.searchable-select-item.selected::before {
	width: 3px;
	height: 16px;
	margin-top: 2px;
	display: block;
	float: left;
	background: #009447;
	content: '';
	margin-left: -8px;

}

.searchable-select-item.selected a,
.searchable-select-item a {
	color: #000;
}

.footer .ftLeft {
	float: left;
	width: 500px;
	margin-top: 30px;
}

.ftLeft a {
	color: #fff;
}

.footer .ftLeft p {
	font-size: 15px;
	margin-bottom: 15px;
	color: #fff;
}

.footer .ftRight {
	float: right;
	/* width: 288px; */
	display: flex;
	margin-top: 20px;
}

.footer .ftRight dl {
	margin-left: 20px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}

.footer .ftRight dl dt {
	margin-bottom: 5px;
	padding: 5px;
	background: #fff;
}

.footer .ftRight dl dt img {
	width: 80px;
	display: block;
}

.childBanner {
	width: 100%;
	overflow: hidden;
	height: 200px;
	background: url('../image/img2.png') center 80% no-repeat;
	background-size: 100%;
}

.childCenter,
.newsCont {
	width: 1100px;
	margin: 0 auto;
}

.childCenter .left,
.newsCont .right {
	width: 238px;
	float: left;
	position: sticky;
	top: 70px;
	z-index: 9999;
}

.childCenter .left>h3 {
	line-height: 70px;
	background: #009447;
	color: #fff;
	font-size: 26px;
	margin-top: -70px;
	position: relative;
	top: 0;
	z-index: 9999;
	padding-left: 30px;
}

.childCenter .left ul {
	background: #fff;
	/* border: #dfdfdf solid 1px; */
	border-top: 0;
	padding: 15px 10px;

}

.childCenter .left ul li {
	text-align: left;
	cursor: pointer;
	border-bottom: #f1f1f1 solid 1px;

}

.childCenter .left ul li:last-child {
	border-bottom: none;
}

.childCenter .left ul li>a {
	padding: 12px 20px;
	display: block;
	transition: none;
}

.childCenter .left ul li>a i {
	float: right;
	margin-top: 5px;
	font-size: 14px;
	color: #999;
}

.childCenter .left ul li:hover {
	border-left: #009447 solid 3px;
	border-bottom-color: #009447;
}

.childCenter .left ul li:hover i {
	color: #fff !important;
}

.childCenter .left .onList {
	border-left: #009447 solid 3px;
	border-bottom: none;
}

.childCenter .left .onList .msUl {
	margin: 0;
	padding-left: 22px;
	background: #f2f2f2;
    padding: 10px;
	padding-left:22px;
	display:block;
}

.childCenter .left .onList .msUl a{ margin: 10px 0 20px 0;}

.childCenter .left .onList .msUl a::before{ top:9px!important;}


.msUl .active {
	color: #009447;
	font-weight: bold;
}

.childCenter .onList>a {
	background: #009447;
	color: #fff;
}

.childCenter .left ul li:hover>a {
	background: #009447;
	color: #fff;
}

.childCenter .right {
	float: right;
	width: 840px;

}

.childCenter .curr,
.newsCont .curr {
	background: url('../image/ardess.svg') left 3px no-repeat;
	background-size: 17px;
	padding-left: 22px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.childCenter .curr a,
.newsCont .curr a {
	font-size: 14px;
}

.newsCont .curr a:last-child {
	color: #009447;
}

.listNes li {
	padding: 10px 0;
}

.listNes li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.listNes li a p {
	width: 84%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.listNes li a p::before {
	content: '·';
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

.listNes li:nth-child(5n)::after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	margin-top: 20px;
}

/*分页*/

.pagination {
	padding: 20px 0 5px 0;
	text-align: center;
	margin-bottom: 10px;
}

.derd {
	display: inline-block;
}

.derd>div {
	padding: 0 14px;
	line-height: 34px;
	height: 34px;
	border: #dfdfdf solid 1px;
	border-radius: 5px;
	display: block;
	float: left;
	font-size: 14px;
	margin: 0 4px;
}

.derd>div span {
	margin: 0 2px;
}

.derd>div span i {
	color: #ff7c07;
	font-style: normal;
}

.pagination a {
	padding: 0 14px;
	line-height: 34px;
	font-size: 14px;
	height: 34px;
	border: #dfdfdf solid 1px;
	border-radius: 5px;
	color: #333;
	display: block;
	float: left;
	margin: 0 4px;
}

.pagination a.active,
.pagination a:hover {
	border-color: #009447;
	background: #009447 !important;
	color: #fff;
}

.newsCont {
	margin-bottom: 30px;
}

.newsCont .left {
	width: 828px;
	float: left;
}

.newsCont .left .titleBox {
	background: #fff;
	padding: 10px 30px;
	margin-top: -11px;
}

.newsCont .left .titleBox h3 {
	font-size: 26px;
	font-weight: normal;
	margin-top: 20px;
	color: #000;
}

.newsCont .left .titleBox>div {
	font-size: 14px;
	border-bottom: #ddd solid 1px;
	padding-bottom: 30px;
	margin-top: 20px;
}

.newsCont .left .titleBox>div span {
	margin-right: 15px;
	color: #666;
}

.newsCont .left .cenBox {
	background: #fff;
	padding: 10px 30px 20px 30px;
}

.newsCont .left .cenBox p {
	line-height: 30px;
	margin-bottom: 20px;
}

.newsCont .right {
	width: 258px;
	float: right;
	margin-top: 42px;
	top: 0;
}

.newsCont .right>div {
	margin-top: 20px;
	background: #fff;
	/* border-top: #009447 solid 3px; */
	padding: 10px 15px;
}

.newsCont .right>div>h3 {
	position: relative;
	padding: 10px 0;
	padding-left: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: #ddd solid 1px;
}

.newsCont .right>div>h3 a {
	font-size: 14px;
	font-weight: normal;
}

.newsCont .right>div>h3::before {
	width: 3px;
	background: #009447;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 15px;
	content: '';
	display: block;
}

.newsCont .right>div ul li {
	padding: 10px 0;
	border-bottom: #ddd dotted 1px;
}

.newsCont .right>div ul li a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



.yearsBox .menuBox {
	position: absolute;
	width: 184px;
	z-index: 99;
	height: 100%;
	display: flex;
	align-items: center;
	left: 5%;
}

.yearsBox .menuBox img {
	width: 60px;
	display: block;
	margin: 0 auto;
}

.yearsBox .menuBox li {
	background: url('../image/titleBg.png') left -57px no-repeat;
	width: 184px;
	height: 55px;
	line-height: 55px;
	background-size: 100%;
	font-size: 20px;
	text-align: center;
	color: #44a235;
	cursor: pointer;
}

.yearsBox .menuBox li a {
	color: #44a235;
	display: block;
}

.yearsBox .menuBox li.select,
.yearsBox .menuBox li:hover,
.yearsBox .menuBox li:hover a {
	background-position: left top;
	color: #fff;
}


/* 给每一屏设置宽高 */
.minBox {
	width: 100%;
	height: 100vh;
	transition: all .4s;
}

.minBox>div {
	width: 78%;
	float: right;
	margin-right: 30px;
}

/* 设置一个类名 */
.select {
	color: yellow;
}

.minBox .logo {
	width: 350px;
	margin: 20px auto;
	display: block;
}

.minBox .logo img {
	width: 100%;
	display: block;
}

.zcBox {
	background: rgba(241, 252, 239, 0.7);
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 78vh;
}

.zcBox .txImg {
	width: 25%;
	float: left;
	text-align: center;
	margin-left: 30px;
	line-height: 30px;
}

.zcBox .txImg img {
	width: 100%;
	margin-bottom: 20px;
}

.zcBox .fontBont {
	height: 90%;
	overflow-y: auto;
	width: 64%;
	float: right;
	margin-right: 30px;
	padding-right: 25px;
}

.zcBox .fontBont h4,
.ztBox>div h4 {
	font-size: 22px;
	font-weight: bold;
	color: #009447;
	margin-bottom: 20px;
}

.zcBox .fontBont p {
	line-height: 26px;
	margin-bottom: 20px;
	text-align: justify;
}




/* 外面包着的大盒子 */
#wrap {
	position: relative;
	/* 设置它的宽和高，都是占满一整屏 */
	width: 100%;
	height: 100vh;
	/* 设置超出的部分隐藏 */
	overflow: hidden;
	background: url('../image/ztBg.jpg') no-repeat;
	background-size: cover;
}

/* 装内容的盒子 */
#box {
	/* 只设置宽，高由内容撑开 */
	width: 100%;
	position: absolute;
	top: 0;
	/* 设置过渡 */
	transition: all 1s;
}


.jnBox {
	overflow: hidden;
	margin-right: -20px;
}

.jnBox li {
	width: 22%;
	float: left;
	background: rgba(241, 252, 239, 0.7);
	margin-right: 20px;
	margin-bottom: 20px;
}

.jnBox li img {
	width: 100%;
	height: 180px;
	display: block;
}

.jnBox li a>div {
	padding: 15px;
}

.jnBox li a h4 {
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.jnBox li a span {
	display: block;
	font-size: 14px;
	margin: 5px 0;
}

.jnBox li a p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
}

.moreA {
	background: rgba(241, 252, 239);
	display: flex;
	font-size: 20px;
	height: 299px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.moreA a i {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 20px;
}

.minBox .banner {
	width: 100%;
	height: 76vh;
}

.minBox .banner a {
	width: 100%;
	height: 100%;
}

.minBox .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ztBox,
.baJnBox {
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;

}

.ztBox>div,
.baJnBox,
.zyBox {
	background: rgba(241, 252, 239, 0.7);
	padding: 30px;
	height: 70vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
}

.rwTx {
	background: rgba(241, 252, 239, 0.7);
	padding: 30px 0;
	height: 70vh;
	border-radius: 30px;
	overflow-y: auto;
	overflow-x: hidden;
}

.rwTx li {
	width: 142px;
	float: left;
	margin: 20px 0 20px 45px;
	padding: 10px 0;
}

.rwTx li img {
	width: 100%;
	display: block;
	height: 190px;
	margin-bottom: 15px;
}

.rwTx li p {
	font-size: 15px;
	text-align: center;
}

.ztBox video {
	float: left;
	background: #000;

}

.ztBox>div>div {
	float: right;
	width: 45%;
	height: 500px;
	overflow-y: auto;
	padding-right: 20px;
	text-align: justify;

}


.baJnBox>div {
	width: 50%;
	height: 400px;
}

.baJnBox>div.fontBox {
	padding-left: 30px;
	/* background: rgba(241, 252, 239, 0.7); */

}

.baJnBox>div.fontBox>div {
	overflow-y: auto;
	padding-right: 20px;
	height: 100%;

}

.baJnBox>div.fontBox>div p {
	text-align: justify;
}

.baJnBox .swiper {

	overflow: hidden;
	position: relative;
}

.baJnBox .swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 73px;
	background: #000;
}

.mySwiper .swiper-slide img {
	opacity: 0.4;
		width:100%
}

.mySwiper .swiper-slide-thumb-active img {
	opacity: 1;
	width:100%
}

.mySwiper2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
	color: #fff;
}

.zyBox {
	display: block
}

.zyBox>div {
	text-align: center;
	position: relative;
	height: 242px;
	overflow:hidden;
}

.zyBox>div .swiper-container {
	width: 90%;
	height:22vh;
	margin: 0 auto;
}

.zyBox>div>h5 {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 30px;
	background: url(../image/fgLine.png) center no-repeat;
	background-size: 50%;
	text-align: center;
}

.zyBox img {
	max-width: 100%;
	height:100%;
}

.zyBox .swiper-button-next,
.zyBox .swiper-button-prev {
	background: rgba(56, 171, 40, 0.8);
	width: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	top: 60%;
}

.zyBox .swiper-button-next:after,
.zyBox .swiper-button-prev:after {
	font-size: 16px;
	color: #fff;

}


.photoList {
	overflow: hidden;
	margin-right: -35px;
}

.photoList li {
	width: 30%;
	margin-right: 25px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}

.photoList li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.photoList img {
	width: 100%;
	height: 168px;
	display: block;
	transition: all 0.3s;
}

.photoList li:hover img {
	transform: scale(1.1);

}

.photoList li a>div {
	background: rgba(56, 171, 40, 0.8);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 92%;
	padding: 10px 4%;
	text-align: center;
}

.photoList li a>div p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.photoFontList li a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	transition: all 0.3s;
}

.photoFontList li {
	border-bottom: #ddd dotted 1px;
}

.photoFontList li:hover a {
	padding: 10px;
	background: #009447;
	color: #fff;
}

.photoFontList li a img {
	width: 167px;
	height: 120px;
	float: left;
	margin-right: 20px;
}

.photoFontList li a div p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	margin: 8px 0;
	line-height: 22px;
}

.photoFontList li a div span {
	font-size: 12px;
}


.aboutDiv {
	padding: 10px 25px;
	margin-top: -11px;
	background: #fff;
}

.aboutDiv>h3 {
	text-align: center;
	color: #009447;
	margin-bottom: 20px;
	font-size: 28px;
	margin-top: 20px;
}

.aboutDiv p {
	margin-bottom: 15px;
	line-height: 28px;
}


.nameList {
	margin-top: -11px;
}

.nameList>div {
	background: #fff;
	padding: 20px 0;
	margin-bottom: 20px;
}

.nameList>div>h4 {
	border-left: #009447 solid 3px;
	color: #009447;
	font-size: 18px;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
}

.nameList>div ul {
	margin-top: 20px;
	overflow: hidden;
}

.nameList>div ul li {
	width: 20%;
	float: left;
	margin-left: 20px;
	position: relative;
}

.nameList>div ul li img {
	width: 100%;
}

.nameList>div ul li p {
	position: absolute;
	background: rgba(56, 171, 40, 0.8);
	color: #fff;
	padding: 10px 3%;
	z-index: 9;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 94%;
}

.leaderList li {
	width: 250px !important;
	float: left;
}

.leaderList li img {
	width: 250px !important;
	display: block;
}

.leaderList div {
	float: left;
	margin-left: 20px;
	width: 518px;
}

.leaderList div p {
	text-align: justify;
	line-height: 26px;
	margin-top: 12px;
}


.roster {
	background: #fff;
	margin-top: -11px;
	padding: 15px 25px;
}

.roster>h3 {
	text-align: center;
	color: #009447;
	margin-bottom: 40px;
	font-size: 28px;
	margin-top: 20px;
}

.roster span {
	width: 52px;
	margin-left: 28px;
	margin-bottom: 20px;
	text-align-last: justify;
	display: inline-block;
}

.committee>ul {
	margin-left: -25px;
	overflow: hidden;
}

.committee>ul li {
	width: 30.3%;
	float: left;
	margin: 10px 0;
	margin-left: 25px;
}

.committee>ul li a {
	padding: 15px 0;
	width: 95%;
	padding-left: 5%;
	background: #fff;
	display: block;
	border: #ddd solid 1px;
}

.committee>ul li a::before {
	content: '·';
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}

.committee>ul li a:hover {
	background: #009447;
	color: #fff;
	border-color: #009447;
}

.workNews {
margin-top: 20px;
}
.workNews ul{ padding: 20px;	background: #fff;}

.workNews ul li {
	padding: 10px 0;
	border-bottom: #dfdfdf dotted 1px;
}
.workNews ul li a{
	display: flex;
    align-content: center;
    justify-content: space-between;
}

.workNews ul li a p{
	width: 86%;
    background: url(../image/arrow.svg) left center no-repeat;
    background-size: 12px;
    padding-left: 15px;
}

.banner-qk {
	background: #fff;
	padding: 15px;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}






.tab_group ul.navbar-pill {
	margin-top: 20px;
	margin-bottom: 21px;
	overflow: visible
}

.tab_group ul.navbar-pill li {
	float: left;
	border: 1px solid #ccc;
	height: 32px;
	width: 100px;
	border-left: none;
	position: relative;
}

.tab_group ul.navbar-pill a {
	display: inline-block;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-transition: all 0.1s ease-in;
}

.tab_group ul.navbar-pill a:hover,
.tab_group ul.navbar-pill a.current,
.tab_group ul.navbar-pill a.cur {
	background: #00923F;
	color: #fff;
}

.tab_group ul.navbar-pill a:hover:before,
.tab_group ul.navbar-pill a.current:before,
.tab_group ul.navbar-pill a.cur:before {
	content: "";
	width: 12px;
	height: 6px;
	background: url('../image/sanjiao.png') no-repeat -1px center;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
}

.tab_group ul.navbar-pill li:first-child a {
	border-left: 1px solid #ccc;
	;
}

.tab_group ul.navbar-pill:after {
	content: "";
	display: block;
	clear: both;
}




.tips,
.info-tall {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tips li,
.info-tall li {
	color: #666;
	list-style: square inside none;
	line-height: 30px;
	border-bottom: 1px dotted #666;
}

.cap {
	font-size: 18px;
	color: #fff;
	display: block;
	height: 40px;
	width: 154px;
	text-align: center;
	line-height: 35px;
	background: url("/images/renyuanjujian.png")no-repeat center center;
	position: relative;
	top: -5px;
	left: 345px;
}

.pic-hover {
	width: auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pic-hover a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.pic-hover i {
	background: #00923f;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;

}

.pic-hover a img {
	height: 100%;
	width: 100%;
}

.pic-hover li {
	height: 250px;
	/*高度可以自定义*/
	list-style: outside none none;
	/*具体布局时，适当调整*/
	width: 187px;
	/*宽度也可以自定义*/
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #ccc;
}

.list-inline li {
	float: left;
}

.trans-title {
	background:rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	display: block;
	height: 60px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	transition: bottom 0.5s ease 0s;
}

a:hover .trans-title {
	bottom: -100%;
}

.trans-title span {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.trans-title p {
	font-size: 14px;
	overflow: hidden;
	padding: 0px 10px;
	text-indent: 0em;
}

.shadow-big {
	background: rgba(0, 0, 0, 0.5);
	bottom: -100%;
	color: #fff;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: all 0.5s ease 0s;
	z-index: 200;
}

a:hover .shadow-big {
	bottom: 0%;
}

.shadow-inner {
	height: 80%;
	margin: 20px auto;
	width: 90%;
}

.shadow-inner h3 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 100px;
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
}

.shadow-inner p {
	font-size: 14px;
	text-indent: 0em;
	color: #fff;
	text-align: center;
}
.HxrH5 h5{ padding: 0 20px; left: 38%;}
.HxrH5 h5::after {
    content: '';
    width: 43px;
    height: 100%;
    background: url(../image/title2.svg) no-repeat;
    position: absolute;
	transform: rotateY(-180deg);
    right: -43px;
    top: 0;
}

.intro {
	padding: 10px 15px;
	color: #666;
	text-align: justify;
}


.intro p{text-indent: 2em; line-height: 26px; display: none;}
.tab_group_hover .downtrangle {
	float: left;
	width: 0;
	height: 0;
	border-width: 20px;
	border-style: solid;
	border-color: #ccc transparent transparent transparent;
	position: relative;
	top: 4px;
	left: 81px;
	transition: all 0.5s ease 0s;
	display: none;
}

.tab_group_hover .downtrangle1 {
	float: left;
	width: 0;
	height: 0;
	border-width: 19px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	position: relative;
	left: 42px;
	top: 3px;
	transition: all 0.5s ease 0s;
	display: none;
}

.tab_group_hover li:hover .downtrangle,
.tab_group_hover li.cur .downtrangle {
	display: block;
}

.tab_group_hover li:hover .downtrangle1,
.tab_group_hover li.cur .downtrangle1 {
	display: block;
}
.zrzh{
	box-shadow:0 0 10px #999;
	margin-top: 15px;
	background: #FFFFFF;
	padding: 20px;
}
.zrzh .title{
	height: 55px;
	background: #EEEEEE;
	text-align: center;
	color: #000;
	padding: 20px 10px;
}
.zrzh .title p{
	font-size: 18px;
	line-height: 25px;
	color: #333;
}
.zrzh .item{
	height: 45px;
	background-image: url("../image/rencai-item.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #57992d;
	font-size: 20px;
	color: #FFFFFF;
	text-indent: 2em;
	line-height: 45px;
	margin-top: 20px;
	float: initial!important;
}
.zrzh .info{
	height: 350px;
	background: #f6f3f3;
	padding: 0px 10px;
	padding-top: 30px;
}
.zrzh table{
	width: 100%;
	margin-bottom: 30px;
	background: #f6f3f3;
	float: left;
	width: 530px;
}
.zrzh .img{
	float: right;
	height: 320px;
	width: 250px;
	background: #f6f3f3;
}
.zrzh .img img{
	height: 250px;
	width: 180px;
	margin-top: 20px;
	margin-left: 50px;

}
.zrzh table tr{
	height: 40px;
	line-height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #4a4848;
	width: 100%;
}
.zrzh th{
	text-align: right;
	font-weight: bold;
}
.zrzh td{
	text-align: left;
}
.zrzh .content ul{
	border-left: 2px solid #57992d;
	overflow: visible;
}
.zrzh .content li{
	line-height: 40px;
	overflow: visible;
	display: flex;
	margin-bottom: 10px;
}
.zrzh .content p{
	line-height: 2em;
	text-indent: 2em;
	margin-bottom: 10px;
}
.zrzh .content{
	background: #EEEEEE;
	margin-top: 0px;
	padding: 20px;
	overflow: visible;
}
.zrzh .content .time{
	background: url('../image/green-dot.png') no-repeat 0px center;
	padding-left: 30px;
	position: relative;
	top: 0px;
	left: -5px;
	display: inline-block;
	min-width: 172px; 
	font-weight: bold;

}
.zrzh .content .text{
	display: inline-block;
	position: relative;
	text-align: justify;
	margin-top: 5px;
	line-height: 30px;
}